home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / enved2.arc / EE2.DOC < prev    next >
Text File  |  1987-09-24  |  4KB  |  92 lines

  1.                        EE2.COM
  2.                   ENVIRONMENT EDITOR
  3.  
  4. Two years ago in the spring of 1985 I wrote the original EE.COM
  5. which was a full screen editor for the environment area. I was
  6. recently asked to revive it and update it for DOS 3.x. The orginal
  7. used a sort of klutzy way of finding the environment and I have tried
  8. to improve on that for this edition. I have also made provisions to
  9. edit lines longer than 80 bytes. The rest of the program is vintage
  10. code from 1985. I have recently seen programs which use .BAT files
  11. to update the environment. EE2 is the real thing. This does it direct.
  12.  
  13.     What is the environment? Its an area reserved by DOS to keep
  14. important information such as the PATH and the COMSPEC and a bunch
  15. of other stuff that you skipped over in the DOS manual. It is a
  16. pain in the neck to temporarily add a path or to change the spelling
  17. in a path you spelled wrong. You may want to change some environment
  18. type "SET" stuff that a progam needs. DOS keeps a master copy of the
  19. environment down near its heart which it clones for you. This program
  20. attempts to find the master copy. After you change the master, DOS
  21. will clone the changed environment in the future. If you have used
  22. a "RUN" or "SYSTEM" or "SHELL" type command, you have invoked a
  23. second COMMAND.COM with its own cloned copy of the Environment. If you
  24. change the master copy, the second command processor still has the
  25. clone copy and doesn't know about the changes. This will expalin
  26. why sometimes EE2.COM does not appear to work right away. This is
  27. all very "Techie" and I don't know all the in's and outs of the
  28. environment. The thing works for me.
  29.  
  30. I always thought this was a neat program, but it never got around.
  31. Perhaps my strong warning against messing with the environment
  32. scared people off. This version is pretty benign, despite the
  33. warning. I have not gotten it to crash yet, but I have not been
  34. trying too hard. Please report any problems.
  35.  
  36.                  Keith P. Graham
  37.                  238 Germonds Road
  38.                  W. Nyack, NY 10994
  39.  
  40.  
  41.  
  42.  
  43.          ----------------end-of-author's-documentation---------------
  44.  
  45.                         Software Library Information:
  46.  
  47.                    This disk copy provided as a service of
  48.  
  49.                         The Public (Software) Library
  50.  
  51.            If you have received this disk from another source, you
  52.          should be aware that disks in the P(s)L are updated monthly
  53.             so this copy may not be the latest version available.
  54.          For a copy of the latest monthly software library newsletter
  55.           and a list of the 800+ disks in the library, call or write
  56.  
  57.                         The Public (Software) Library
  58.                               P.O.Box 35705 - F
  59.                            Houston, TX 77235-5705
  60.                                (713) 721-6104
  61.  
  62.          We are not the authors of this program, nor are we associated
  63.          with the author in any way other than as a distributor of the
  64.          program in accordance with the author's terms of distribution.
  65.  
  66.          Please direct shareware payments and specific questions about
  67.          this program to the author of the program, whose name appears
  68.          elsewhere in  this documentation. If you have trouble getting
  69.          in touch with the author,  we will do whatever we can to help
  70.          you with your questions. All programs have been tested and do
  71.          run.  To report problems,  please use the form that is in the
  72.          file PROBLEM.DOC on many of our disks or in other written for-
  73.          mat with screen printouts, if possible.
  74.  
  75. 
  76.               238 Germonds Rd.
  77.               W. Nyack, New York 10994
  78.  
  79.  
  80.  
  81.  
  82.  
  83.                        TANSTAAFL
  84.  
  85.  
  86. Press any key to continue..............
  87. Wrong DOS version. Must be 2.0 or 2.1
  88. 
  89. Invalid COMSPEC or environment not found
  90. 
  91. EE completed
  92. $